Autogenerated HTML docs for v1.7.7-138-g7f41b6 
diff --git a/git-cherry-pick.txt b/git-cherry-pick.txt index 7cfa3d9..2660a84 100644 --- a/git-cherry-pick.txt +++ b/git-cherry-pick.txt 
@@ -9,6 +9,8 @@  --------  [verse]  'git cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] [--ff] <commit>... +'git cherry-pick' --reset +'git cherry-pick' --continue    DESCRIPTION  ----------- @@ -110,6 +112,10 @@ 	Pass the merge strategy-specific option through to the 	merge strategy. See linkgit:git-merge[1] for details.   +SEQUENCER SUBCOMMANDS +--------------------- +include::sequencer.txt[] +  EXAMPLES  --------  `git cherry-pick master`::